home *** CD-ROM | disk | FTP | other *** search
/ Publisher Platinum / Publisher Platinum.iso / clipart / utils / vjpeg1b / vjpeg.doc < prev    next >
Encoding:
Text File  |  1993-04-30  |  12.3 KB  |  317 lines

  1.  
  2.         Welcome to ViewJPEG Version 1.0b.
  3.         (C) 1992 Danny Hawrysio
  4.  
  5.     ViewJPEG is a viewer for JFIF standard JPEG files.
  6. Specifically what ViewJPEG does is:
  7.     * displays in text mode a list of the JPEG files in the selected
  8.       directory
  9.     * views a JFIF JPEG in 256 colors upon selection
  10.     * writes GIF file upon command
  11.     * displays JPEG files in a slideshow mode
  12.  
  13.     ViewJPEG was written in 'C' and supports the 256 color modes in VGA &
  14. SuperVGA graphics cards only, ViewJPEG does not support 16 color modes.
  15. Two executable files, one for 80286 computers with math coprocessors
  16. (VJPEG.EXE) & one for 8088 computers without math coprocessors (VJPEGNOM.EXE)
  17. are included. Both versions however needs at least 1 meg of extended, and up
  18. 2+ megs to work at optimum capacity.
  19.  
  20.     Now for ViewJPEG's price: Free. If you feel the need to contact me
  21. below is my address and places to reach me.
  22.  
  23.                          Danny Hawrysio
  24.                          212 Main St.
  25.                          Toronto, Ont.
  26.                          Canada M4E 2W1
  27.  
  28.                          Voice (416) 693-8917
  29.              USENET E-Mail Danny.Hawrysio@canrem.com
  30.              or
  31.              ViewJPEG's offical release site:
  32.              Digtal Pixel BBS (416) 298-1487
  33.  
  34.     You may distribute ViewJPEG if you keep the entire package together,
  35. unchanged as indicated in FILELIST.TXT, including the following license
  36. explanation.
  37.  
  38.     ViewJPEG hereby disclaims any warranties relating to this software,
  39. whether express or implied. ViewJPEG will not be liable for any special,
  40. incidental, consequential, indirect or similar damages due to loss of data or
  41. any other reason. ViewJPEG is the sole copyright of Danny Hawrysio.
  42.  
  43.  
  44.     Before starting ViewJPEG put the files in a directory of your choice and
  45. execute JCONFIG.EXE which well ask you to selected the graphics that work
  46. with your system and write it to disk. ViewJPEG uses a generic SuperVGA
  47. driver which should work with most SuperVGA graphic cards and a graphics
  48. screen should pop up in JCONFIG.EXE with a line diagonally across the screen
  49. after the resolution has been selected, if a graphic screen does not appear
  50. in JCONFIG.EXE then the graphic mode defiantly will not work in ViewJPEG.
  51. If you do not have SuperVGA or JCONFIG lists modes your card does not
  52. support, do not, I repeat do not select the modes, it may produce
  53. unpredictable results. One more note on the SuperVGA driver, since I don't
  54. have a 1024x768x256 mode on my card it has not been tested.
  55.  After JCONFIG has written the configure file in the directory you have
  56. chosen, ViewJPEG will then run from any directory as long as you have it's
  57. installed directory in the PATH command or you call ViewJPEG directly from
  58. that directory.
  59.  
  60.     While ViewJPEG does not require command line arguments, if a path to
  61. a directory is included upon execution ViewJPEG will scan that directory
  62. for JPEG files.
  63.  
  64.     The command key functions under the Main Menu are as follows:
  65.  
  66.             Key         Function
  67.             ---        -----------
  68.             Space bar  Toggles tag/untag for slideshow
  69.             Enter      Read JPEG
  70.             F2         Start slideshow
  71.             F3         Gets JPEG dimensions
  72.             F4         Toggle grayscale/color
  73.             F5         Change to next lowest resolution
  74.             F6         Change to next highest resolution
  75.             F8         Set Pause limit
  76.             F9         Change directory
  77.             F10        Toggle between 1 or 2 color pass
  78.             ESC        Quits program
  79.             Alt-X      Deletes file in text mode
  80.  
  81.             Arrow Key    Function
  82.             ----------   ------------
  83.             Down       Moves selection bar one down
  84.             Up         Moves selection bar one up
  85.             Right      Moves selection bar one to the right
  86.             Left       Moves selection bar to the left
  87.  
  88.     These functions are accessed by pressing the key equivalent on the
  89. keyboard.
  90.  
  91.     The command key functions while a JPEG file is viewed:
  92.  
  93.             Key         Function
  94.             ---        -----------
  95.             F9         Darkens screen RGBs one notch
  96.             F10        Brightens screen RGBs one notch
  97.             w or W     Writes a GIF file
  98.             Alt-X      Deletes file in graphics mode
  99.  
  100.  
  101.     Now onto the the individual functions:
  102.  
  103.     Key         Function
  104.     ---        -----------
  105.     Space bar  Toggle tag/untag for slideshow
  106.  
  107.     Pressing the space bar on a file name currently highlighted will
  108.      change it to a inverse purple color indicating to the program that when
  109.      the slideshow function is pressed (F2) that file along with any other
  110.      file(s) selected will be displayed in a slideshow manner. If the file
  111.      name is already inverse purple then pressing the space bar over it will
  112.      deselect the file for the slideshow.
  113.  
  114.     Key         Function
  115.     ---        -----------
  116.     Enter       Read JPEG
  117.  
  118.     By pressing the Enter key the current chosen file will be displayed
  119.      at the present graphics mode selected (see function F5 for more about
  120.      selecting the graphics mode), until a key other then F9, F10, w or W is
  121.      pressed.
  122.  
  123.     Key         Function
  124.     ---        -----------
  125.      F2        Start slideshow
  126.  
  127.     By pressing the F2 key the program displays all the file names that's
  128.      inverted in purple in the same order as the names are in the text
  129.      display. The first file may take sometime to display depending on the
  130.      size and the image will be shown in the resolution it will most fit,
  131.      after that the image will be displayed while the next file is read. The
  132.      next file will be displayed after it's been read or until the time pause
  133.      limit has been passed, which ever is the longest. The function will
  134.      continue to display the files until a key is pressed.
  135.     This function works best when you have a lot of extended memory, which
  136.      in most cases it will use to store the image being read while another is
  137.      displayed. If you do not have 2 megs or more of extended memory it may
  138.      display the file as it is being read.
  139.  
  140.     Key         Function
  141.     ---        -----------
  142.      F3        Gets JPEG dimensions
  143.  
  144.     By pressing the F3 key the X & Y resolutions of the current file
  145.      highlighted will be displayed at the bottom left hand of the screen. The
  146.      higher the resolution the longer the file will take to be read.
  147.  
  148.     Key         Function
  149.     ---        -----------
  150.      F4        Toggle grayscale/color
  151.  
  152.     Pressing F4 key will toggle between the image being displayed in
  153.      color or in grayscale. The default is color, when the program is in
  154.      grayscale mode it will be noted in the top right corner when in the
  155.      text mode, but when in color mode the top right corner will be blank.
  156.      Supposedly grayscale is faster then color.
  157.  
  158.     Key         Function
  159.     ---        -----------
  160.      F5        Change to next lowest resolution
  161.  
  162.     Shown at the second text row is the resolutions available to
  163.      display at, e.g. : 320x200  640x400  640x480  800x600 and whatever mode
  164.      is colored green, that will be the mode the JPEG file is viewed in. The
  165.      default resolution is the highest.
  166.     Pressing the F5 key will select the next lowest resolution as the
  167.      graphics mode that will be used by the Enter function.
  168.  
  169.     Key         Function
  170.     ---        -----------
  171.      F6         Change to next highest resolution
  172.  
  173.     Pressing the F6 key will select the next highest resolution as the
  174.      graphics mode that will be used by the Enter function.
  175.  
  176.     Key         Function
  177.     ---        -----------
  178.      F8         Set Pause limit
  179.  
  180.     When in slideshow mode the program will pause so as to allow to
  181.      time enough to view the image.
  182.     By pressing the F8 key one can redefine the number of seconds the
  183.      image must be displayed (see function F2 for more info). The default
  184.      is 10 seconds.
  185.  
  186.     Key         Function
  187.     ---        -----------
  188.      F9        Change directory
  189.  
  190.     When the F9 key is pressed a prompt will appear on the bottom left
  191.      corner asking for a directory path, which it will scan for JPEG files
  192.      then list on the screen.
  193.  
  194.     Key         Function
  195.     ---        -----------
  196.     F10        Toggle between 1 or 2 color pass
  197.  
  198.     Pressing the F10 key will toggle whether the JPEG files will be
  199.      read in 1 or 2 passes. A one pass read will be quicker and will require
  200.      less memory then pass 2, but will also be of less quality then pass 2.
  201.      The current pass number will be indicated on the top in the middle of
  202.      the screen. Pass 1 is the default.
  203.  
  204.     Key         Function
  205.     ---        -----------
  206.     ESC        Quits program
  207.  
  208.     Pressing the ESC key will end the program and return to the dos
  209.      command line.
  210.  
  211.     Key         Function
  212.     ---        -----------
  213.     Alt-X      Deletes file in text mode
  214.  
  215.     By pressing both Alt & X in text mode, a prompt will appear at the
  216.      bottom left screen asking: Delete File (Y/N)?. Pressing Y or y then
  217.      will cause the file to be erased from the disk. Pressing N or n will
  218.      return you to the program.
  219.  
  220.  
  221.  
  222.     Arrow Key    Function
  223.     ----------   ------------
  224.        Down      Moves selection bar one down
  225.  
  226.     In order for ViewJPEG to know what files to show a selection bar is
  227.      used to determine by the user, with the help of the arrow keys, what
  228.      files to view.
  229.  
  230.     By pressing the down arrow key the next file below is highlighted.
  231.  
  232.     Arrow Key    Function
  233.     ---------    ------------
  234.        Up        Moves selection bar one up
  235.  
  236.     By pressing the up arrow key the next file above is highlighted.
  237.  
  238.     Arrow Key    Function
  239.     ---------    ------------
  240.        Right     Moves selection bar one to the right
  241.  
  242.     By pressing the right arrow key the next file to the right is
  243.      highlighted.
  244.  
  245.     Arrow Key    Function
  246.     ---------    ------------
  247.        Left      Moves selection bar to the left
  248.  
  249.     By pressing the left arrow key the next file to the left is
  250.      highlighted.
  251.  
  252.  
  253.     While a JPEG file is viewed in a graphics mode a few command key
  254.     functions are available:
  255.  
  256.      Key         Function
  257.      ---        -----------
  258.      F9         Darkens screen RGBs one notch
  259.  
  260.     Pressing F9 will darken the display screen RGB palette by one.
  261.  
  262.      Key         Function
  263.      ---        -----------
  264.      F10        Brightens screen RGBs one notch
  265.  
  266.     Pressing F10 will lighten the display screen RGB palette by one.
  267.  
  268.      Key         Function
  269.      ---        -----------
  270.      w or W     Writes a GIF file
  271.  
  272.     By pressing w or W the entire current screen will be written to disk
  273.       as a GIF file along with the current RGB palette and will tell the user
  274.       when it is finished.
  275.  
  276.     Key         Function
  277.     ---        -----------
  278.     Alt-X      Deletes file in graphics mode
  279.  
  280.     By pressing both Alt & X in graphics mode, a prompt will appear at
  281.      the top right screen asking: Delete File (Y/N)?. Pressing Y or y then
  282.      will cause the file to be erased from the disk. Pressing N or n will
  283.      return you to the program.
  284.  
  285.  
  286. JPEG WARNINGS.
  287.  
  288.     I will now repeat what every other JPEG program has said before:
  289. JPEG is lossy compression format which from the beginning was meant for
  290. only for scanned images period. Other kinds of computer graphics, like
  291. from raytracers or paint programs, are unsuited for JPEG use and if JPEGed
  292. will - 1) Be no smaller then a good lossless graphic format like LZH TIFFs
  293.        2) Damage the quality of the images.
  294. JPEG is best for personal use rather then for porting graphics non-scanned
  295. about and JPEGing some person's computer art then uploading it about is not
  296. very nice - how would you like it if someone crumpled up a piece of work you
  297. labored weeks or months on?
  298.     On more thing, avoid JPEGing even a scanned image more then once. With
  299. every JPEG a image losses quality JPEGing several times will multiply that
  300. amount of loss.
  301.     Beware of programs that write non-JFIF standard files at default like
  302. JPG2GIF.EXE, most JPEG compression programs have a command line switch to
  303. select the JFIF standard, in JPG2GIF.EXE's case that switch is -J.
  304.  
  305.  
  306. BUGS.
  307.  
  308.     In order to get ViewJPEG to I had to do some peculiar things which may
  309. produce bugs in other systems, although I don't know of any yet, E-mail
  310. me if you discover any.
  311.  
  312. FUTURE VERSIONS.
  313.  
  314.     There likely may not be a future version since ViewJPEG is free, unless
  315. there is something I want to add, so don't inundate me with requests to
  316. change things as it is unlikely I will do it (Hell, it's free you know).
  317.